runtime.gcWork.wbuf2 (field)
15 uses
runtime (current package)
mgc.go#L2008: if gcw.wbuf2 == nil {
mgc.go#L2011: print(" wbuf2.n=", gcw.wbuf2.nobj)
mgcwork.go#L104: wbuf1, wbuf2 *workbuf
mgcwork.go#L152: w.wbuf2 = wbuf2
mgcwork.go#L171: w.wbuf1, w.wbuf2 = w.wbuf2, w.wbuf1
mgcwork.go#L233: w.wbuf1, w.wbuf2 = w.wbuf2, getempty()
mgcwork.go#L266: w.wbuf1, w.wbuf2 = w.wbuf2, w.wbuf1
mgcwork.go#L315: wbuf = w.wbuf2
mgcwork.go#L322: w.wbuf2 = nil
mgcwork.go#L360: if wbuf := w.wbuf2; wbuf.nobj != 0 {
mgcwork.go#L363: w.wbuf2 = getempty()
mgcwork.go#L384: return (w.wbuf1 == nil || (w.wbuf1.nobj == 0 && w.wbuf2.nobj == 0)) && w.spanq.empty()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |